@media(min-width: 960px) {
    .banner {
        width: 50px;
        height: 600px;
        float: left;
        border: 1px solid black;
    }
}